home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / BUTTONS / XTOOLBTN / UNIT7.DFM / UNIT7.txt
Text File  |  1996-06-08  |  393b  |  19 lines

  1. object frmButtons: TfrmButtons
  2.   Left = 172
  3.   Top = 447
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Select the button'
  6.   ClientHeight = 143
  7.   ClientWidth = 373
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   ShowHint = True
  14.   OnCreate = FormCreate
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18. end
  19.